projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b525f4
)
semantic/lex-spp compilation fix
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 14 Jun 2019 13:54:50 +0000
(15:54 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 14 Jun 2019 13:54:50 +0000
(15:54 +0200)
* lisp/cedet/semantic/lex-spp.el
(semantic-lex-spp-analyzer-push-tokens-for-symbol): Use new name
for `semantic-lex-spp-anlyzer-do-replace'.
lisp/cedet/semantic/lex-spp.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/lex-spp.el
b/lisp/cedet/semantic/lex-spp.el
index d491e33290848675a9a431628c3dc3753591dbd5..b704bd684e99b5591cd825dc5268461538ffa3f4 100644
(file)
--- a/
lisp/cedet/semantic/lex-spp.el
+++ b/
lisp/cedet/semantic/lex-spp.el
@@
-907,7
+907,7
@@
STR occurs in the current buffer between BEG and END."
(push str semantic-lex-spp-expanded-macro-stack)
)
- (semantic-lex-spp-anlyzer-do-replace sym val beg end))
+ (semantic-lex-spp-an
a
lyzer-do-replace sym val beg end))
))
;; Anything else.